home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / qzip104.zip / UPDATE.104 < prev   
Text File  |  1993-06-04  |  5KB  |  105 lines

  1.                 Qunzip and Qzip version 1.04 release notes
  2.                 Updates and changes from previous versions
  3.  
  4.  
  5. QUNZIP:
  6.         Improvements in unzipping files with the -d (recreate original
  7.         directories) option.  Previous versions of Qunzip would always
  8.         recreate the directories under the current directory using the PK
  9.         style 'relative paths.'  Now Qunzip allows you to specify the drive
  10.         and directory that the extracted directories will be created beneath,
  11.         allowing you to recreate stored zipfile directories on any drive and
  12.         under any directory.
  13.         This can be very handy for keeping backup copies of installation disks
  14.         in zipfile archives; you can use Qzip to make a zipfile copy of an
  15.         installation diskette in drive A: like this:
  16.  
  17.         QZIP -rp myfile a:\*.*
  18.  
  19.         This will cause Qzip to create a zipfile called MYFILE.ZIP which
  20.         contains all the files on drive A: in all subdirectories on that
  21.         drive, and include the directory names into the zipfile.  When you
  22.         wish to create a new installation disk from MYFILE.ZIP, use Qunzip
  23.         like this:
  24.  
  25.         QUNZIP -d myfile a:
  26.  
  27.         This will extract the files and subdirectories from MYFILE.ZIP and
  28.         restore the original directory structure on drive A: with all files
  29.         in their proper locations.
  30.  
  31.  
  32.         When Qunzip was extracting files with the -d option it would try to
  33.         display the entire pathname on the pop-up display; this would
  34.         corrupt the display (didn't look very nice.)  Now it will just
  35.         display the filename, as intended.
  36.                                                 Thanks: Bob Carney
  37.  
  38.  
  39.         When Qunzip displayed the zipfile comment, it would occasionally
  40.         append a random character to the end of the comment.  Fixed!
  41.  
  42.  
  43.         Improved display type/mode detection routine can now successfully
  44.         deal with more non-standard display adapters.  Laptop machines that
  45.         emulate CGA on a B/W LCD screen will now show the animated progress
  46.         bar correctly.
  47.                                                 Thanks: Mark Herring
  48.  
  49.  
  50.         International date support now provided when Qunzip displays a file
  51.         date; if your system is using a foreign language code page, Qunzip
  52.         will automatically format file date displays to match.
  53.  
  54.  
  55.         Qunzip is now even faster than before - several refinements to the
  56.         decompression routines result in a 3% speed increase over version
  57.         1.03.
  58.  
  59.  
  60. QZIP:
  61.         When Qzip was creating zipfiles with the -p (include paths) option,
  62.         it would display the full pathname in the space on the pop-up display
  63.         where just a filename should appear.  This would cause the display
  64.         to be 'messy'.  Fixed!
  65.                                                 Thanks: Bob Carney
  66.  
  67.  
  68.         Improved display type/mode detection routine can now successfully
  69.         deal with more non-standard display adapters.  Laptop machines that
  70.         emulate CGA on a B/W LCD screen will now show the animated progress
  71.         bar correctly.
  72.                                                 Thanks: Mark Herring
  73.  
  74.  
  75.         EMS memory support added - Qzip will now automatically detect that
  76.         your system has EMS memory and make use of it to increase operating
  77.         speed and reduce the amount of DOS memory used.  New memory usage
  78.         figures:
  79.                 With EMS - 205K free DOS memory needed.
  80.                 Without EMS - 242K free DOS memory needed.
  81.         Qzip will run over 5% faster than version 1.03 when EMS memory is
  82.         in use.  EMS versions 2.0 through 4.0 are supported, and there must
  83.         be at least 128K of EMS memory available or else Qzip will revert
  84.         to using DOS memory only.
  85.  
  86.  
  87.         New -+ command line option added to disable automatic EMS use; this
  88.         option is provided for special situations and troubleshooting and
  89.         should normally never be used.
  90.  
  91.  
  92.         Temporary file routines 'beefed up' to hopefully resolve a very
  93.         rare zipfile corruption problem.  This problem could occur on
  94.         machines with non-standard disk controllers and certain disk cache
  95.         software (some laptops and not-very-compatible clones.)  Even on
  96.         those machines, the chance of Qzip creating a bad zipfile was
  97.         extremely remote.  Now Qzip will double-check the integrity of
  98.         the temporary file and inform you of any problems.
  99.                                                 Thanks: Roy Timberman
  100.  
  101.  
  102.         International date support added - if your system is using a foreign
  103.         language code page, Qzip will automatically convert between your date
  104.         format and the standard zipfile date format.
  105.